Defines the preferred method that viewer applications should use to apply timeline scaling to keyframe animations.

Full documentation

Initializes a new PDF3DAnimation object.

Full documentation

Initializes a new PDF3DAnimation object with a specified COS animation.

Full documentation

Gets the COS animation.

Full documentation

Gets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of PDF3DAnimationStyle.NONE

Full documentation

Gets the animation style.

Full documentation

Gets the time multiplier. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation. This value is ignored for animation types of PDF3DAnimationStyle.NONE.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Sets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of PDF3DAnimationStyle.NONE

Full documentation

Sets the animation style.

Full documentation

Sets the time multiplier. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation. This value is ignored for animation types of PDF3DAnimationStyle.NONE.

Full documentation